tools: fix uninstall: tests/x86_emulator, Linux hotplug
authorChristopher Clark <christopher.w.clark@gmail.com>
Mon, 20 Aug 2018 18:42:30 +0000 (11:42 -0700)
committerWei Liu <wei.liu2@citrix.com>
Tue, 21 Aug 2018 08:02:20 +0000 (09:02 +0100)
commit09613d3b5fad9b861ab4a2de0208cb6e8be3476f
treed855d1a3c8c0428c271d75efc25c3c248e48ad75
parentee8105cabc162174a295ca7fea330ad22f7c25e3
tools: fix uninstall: tests/x86_emulator, Linux hotplug

Fixing top-level "make uninstall":

tools/tests/x86_emulator is missing an uninstall target, which causes
failure. Trivial to add one since it installs nothing, so do that.

Linux hotplug uninstall returns success but doesn't actually remove what
it installed. The Makefile variables are obfuscating incorrect logic, so
strip them out and match existing code for xen-watchdog which does work.

Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
tools/hotplug/Linux/Makefile
tools/tests/x86_emulator/Makefile